socketcan 1.7.0

Linux SocketCAN library. Send and receive CAN frames via CAN bus on Linux.
Documentation

Rust SocketCAN support

The Linux kernel supports using CAN-devices through a network-like API (see https://www.kernel.org/doc/Documentation/networking/can.txt). This crate allows easy access to this functionality without having to wrestle libc calls.

Please see the documentation for details.